Builder

public final class Builder

A builder of KeyTyped.

Builders are created by invoking newBuilder. Each of the setter methods modifies the state of the builder and returns the same instance. Builders are not thread-safe and should not be used concurrently from multiple threads without external synchronization.

Functions

Link copied to clipboard
public KeyTyped build()
Returns a new KeyTyped instance built from the current state of this builder.
Link copied to clipboard
public KeyTyped.Builder keyChar(char keyChar)
Sets the key character corresponding to the typed key.
Link copied to clipboard
public KeyTyped.Builder keyLocation(KeyLocation keyLocation)
Sets the location of the key on the keyboard.
Link copied to clipboard
Sets the keyboard modifiers applied.